home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 422mods.zip / THDPRO.422 < prev    next >
Text File  |  1993-01-31  |  2KB  |  46 lines

  1. PLDN009.MOD ( Update to THDPRO v1.0 Mod )
  2. The Paladin #1 @15455
  3. Sun Jan 24 23:22:37 1993
  4. ┌───────────────────────────────────────────────────────── (c) The Paladin ──┐
  5. │                                                                            │
  6. │  Mod Name: PLDN009.MOD                  Mod Author: The Paladin            │
  7. │                                         WWIVnet   : 1 @ 5455               │
  8. │  Difficulty: ▒░░░░                      WWIVlink  : 1 @ 15455              │
  9. │  Files Modified : Xfer.C                ICEnet    : 1 @ 5455               │
  10. │  WWIV Version   : 4.22 Only !                                              │
  11. │  Requirements   : THD Proscan v1.0 software                                │
  12. │  Description    : To permit to run THD proscan (upload Scanning utility)   │
  13. │                   (ZIP/ARJ/LHA/ARC) When someone uploads a file.           │
  14. │                                                                            │
  15. └────────────────────────────────────────────────────────────────────────────┘
  16.  
  17. This is a Mod I have done since the THDPRO software had some problems
  18. when ran from the upload_event in INIT !
  19. This is the update to the original Mod produced by me, Since the 4.22 code
  20. was slightly different it would be a little harder to spot the correct place
  21. to install it, but it works just as well as the original mod ...
  22. You must have made that ALL uploads goto your SYSOP directory !!!
  23.  
  24.  
  25. In Xfer.C Search for : ( about line 1243 ! )
  26.    
  27.     sprintf(s,get_stringx(1,42),u.filename,directories[dn].name);
  28.             sysoplog(s);
  29.     pl(get_string(781));
  30.     outstr(get_string(782));
  31.     npr("%-6.3f\r\n", ratio());
  32. /* ADD */
  33.     sprintf(s,"THDPRO C:\\WWIV\\DLOADS\\SYSOP\\%s",stripfn(u.filename)) ;
  34.     shrink_out(s,1,0,1,1);
  35.  
  36. (*NOTE*) If your Directories are different simply change the names
  37.          accordingly but leave the double slash between each Sub-directories
  38.  
  39. -----------------------------------------------------------------------------
  40.     If you have any problem with this mods feel free to contact me at :
  41.     WWIVnet 1 @ 5455 or WWIV Link 1 @ 15455 and ICEnet 1 @ 5455... 
  42. -----------------------------------------------------------------------------
  43. If you need Thd Proscan Software v1.0 let me know I can always find a way to
  44. send it to your system.... I use it and enjoy it very much !!!!
  45. -----------------------------------------------------------------------------
  46.